home *** CD-ROM | disk | FTP | other *** search
- ;**
- ;** $VER: Install 39.1 (15.02.95)
- ;** Copyright © 1995 SPHINX
- ;**
-
- (if (< (/ (getversion) 65536) 39)
- (abort "This program requires kickstart 39 or higher.")
- )
-
-
- (complete 0)
-
- ;**
- ;** Copy gtlayout
- ;**
-
- (copylib
- (help @copylib-help)
- (prompt "Installing gtlayout.library\nCopyright © 1990-1995 Olaf Barthel")
- (confirm)
- (source "Libs/gtlayout.library")
- (dest "LIBS:")
- )
-
- ;**
- ;** Copy Preferences program
- ;**
-
- (complete 30)
-
- (copyfiles
- (help @copyfiles-help)
- (prompt "Installing preferences program")
- (source "ScreenWizard")
- (dest "SYS:Prefs")
- (infos)
- (confirm)
- )
-
- ;**
- ;** Copy Preferences program
- ;**
-
- (complete 60)
-
- (copyfiles
- (help @copyfiles-help)
- (prompt "Installing commodity")
- (source "ScreenWizardCX")
- (dest "SYS:WBStartup")
- (infos)
- (confirm)
- )
-
- ;**
- ;** Catalog files
- ;**
-
- (complete 80)
-
- (copyfiles
- (help @copyfiles-help)
- (prompt "Installing catalog files")
- (source "Catalogs")
- (dest "LOCALE:Catalogs")
- (all)
- (confirm)
- )
-
- (complete 100)
-
- (exit)
-
-